Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
victory-canvas
Advanced tools
#VictoryCanvas
This is an experimental set of primitive components that can be used in place of the default Victory primitives to render data to a Canvas container rather than SVG.
The current version of this package includes components for line, bar, and scatter charts.
Example usage:
<VictoryLine
groupComponent={<CanvasGroup />}
dataComponent={<CanvasCurve />}
data={data}
/>
<VictoryBar
groupComponent={<CanvasGroup />}
dataComponent={<CanvasBar />}
data={data}
/>
<VictoryScatter
groupComponent={<CanvasGroup />}
dataComponent={<CanvasPoint />}
data={data}
/>
This package currently exports:
CanvasGroup
CanvasCurve
CanvasPoint
CanvasBar
Please visit our documentation site to read more about these components https://commerce.nearform.com/open-source/victory
To suggest an addition or correction to this documentation please see https://github.com/FormidableLabs/victory/blob/main/docs/src/content/docs
FAQs
HTML5 Canvas Components for Victory
The npm package victory-canvas receives a total of 114,259 weekly downloads. As such, victory-canvas popularity was classified as popular.
We found that victory-canvas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 17 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.